home *** CD-ROM | disk | FTP | other *** search
/ Creative Computers / Creative Computers CD-ROM, Volume 1 (Legendary Design Technologies, Inc.)(1994).iso / shareware / applications / jcgraph / rexx / rotset4.rex < prev    next >
OS/2 REXX Batch file  |  1994-11-17  |  339b  |  15 lines

  1. /* RotSet4.rex */
  2. /* ----------- */
  3. /* Description: Will assign X,Y and Z value to the preset button next to  */
  4. /*              it.                                                       */
  5.  
  6. options results
  7.  
  8. address 'JCGRAPH'
  9.  
  10. if open('Preset','T:RotPreset4','W') then do
  11.   'GetRotation'
  12.   Rotation=result
  13.   writeln('Preset',Rotation)
  14. end
  15.